home *** CD-ROM | disk | FTP | other *** search
/ Cope with Cancer / Cope with Cancer.iso / pc / cope / cope8bit / cope8bit.dxr / 00009.ls < prev    next >
Encoding:
Text File  |  1998-05-01  |  154 b   |  10 lines

  1. on exitFrame
  2.   global gMacro
  3.   if the ticks > (gMacro + 250) then
  4.     go("intro2", "copIntro")
  5.     set gMacro to []
  6.   else
  7.     go(the frame)
  8.   end if
  9. end
  10.